home *** CD-ROM | disk | FTP | other *** search
/ The 640 MEG Shareware Studio 2 / The 640 Meg Shareware Studio CD-ROM Volume II (Data Express)(1993).ISO / info / io1292.zip / FTUR02.TXT < prev    next >
Text File  |  1992-08-27  |  28KB  |  467 lines

  1. The Issue of the Reliable Modem Escape Sequence
  2.  
  3. Modems allow personal computers to communicate with other computers over 
  4. telephone lines by transmitting data and files.  There are two states of 
  5. communication between an intelligent modem and the computer to which it is 
  6. connected, the Command Mode and the Receive/Transmit Mode.  The Command Mode 
  7. allows that modem to receive instructions or commands from the computer, such 
  8. as directing the modem to dial the phone, change modem settings, and hang up 
  9. the telephone after a transmission is completed.  The other state of 
  10. communication is the Receive/Transmit Mode.  It is during this state of 
  11. operation that the modem sends or receives data or files which are exchanged 
  12. between a personal computer and a remote computer.
  13.  
  14. When the modem dials the telephone number and makes the connection, it goes 
  15. from Command Mode to the Receive/Transmit Mode.  The mechanism that causes the 
  16. modem to go from the Receive/Transmit Mode back to the Command Mode is called  
  17. an "Escape."  The reliability of the escape mechanism is vital to the integrity
  18. of the system and the ability to predictably deliver the data or file being 
  19. transmitted.
  20.  
  21. When the escape occurs in the middle of a data transmission an aborted 
  22. transmission results.  This unintentional escape causes the interruption of the 
  23. data flow, loss of time, increased  telephone toll charges because the 
  24. telephone line stays open even though no data is being transmitted, the 
  25. inability of the software to use the modem until it has been manually reset, 
  26. and most importantly, the file not being transferred.  In computer jargon, the 
  27. transmission "blows up"or "crashes" and the file transfer "aborts" or "bombs."
  28.  
  29. For the personal user, this creates at the very least a significant 
  30. inconvenience.  Most users won't recognize the problem for what it is when it
  31. occurs.  In businesses with large numbers of modems, this can create 
  32. significant problems in operations for any company which relies on the 
  33. transmission of data by modems to conduct its operations and make money.  
  34. Preventing this inadvertent escape is a major design goal in reliable modem 
  35. design.
  36.   
  37.  
  38. The Problem
  39.  
  40. Prior to 1981, modems used a sequence of characters to escape from 
  41. Receive/Transmit Mode to Command Mode.  The state-of-the-art at the time used a 
  42. series of control characters, sometimes "QUIT," to tell the modem to escape.
  43. Because these characters could appear in the data stream, this escape mechanism 
  44. did not provide the user with a fail-safe method of escape.  It is easy to see 
  45. how a modem like this could inadvertently escape, creating just the problems 
  46. described.  The best idea at the time was to increase the length of the escape 
  47. code and reduce the probability of it appearing inadvertently in the data.  You 
  48. could never be sure a file you were about to send would not contain the 
  49. sequence of escape characters which would block the transmission.  In order to 
  50. alleviate this problem of inadvertent escape, it is necessary that the escape 
  51. mechanism be transparent to data.  That is, the possibility of the data alone 
  52. triggering the escape should not exist.
  53.   
  54.  
  55. The Solution Was Found in 1981
  56.  
  57. Designing a modem completely transparent to data was the goal behind Dale 
  58. Heatherington's efforts during the development of the first Hayes Smartmodem in
  59. the early 1980s.  Dale was not satisfied with an escape mechanism which caused 
  60. some data to be "unsendable."  Dale's belief was that it was unacceptable to
  61. build a system where the modem was working as designed, i.e. "not broken," and
  62. the computer was not broken, and the software was not broken, but at 
  63. some time, eventually, regardless of how improbable, the modem would fail to 
  64. do its job.  In effect, Dale redefined the problem as understood by the experts 
  65. at that time and, by understanding the problem a different way, was on the path 
  66. to a new solution.  As part of his intensive research in the development of the 
  67. original Hayes Smartmodem, Dale Heatherington solved this problem by 
  68. surrounding the escape code, a sequence of characters, with guard times on both 
  69. sides to alert the modem that the sequence is distinguished from a typical 
  70. string of characters in a file transmission.  This escape sequence 
  71.  
  72.                 <guard time>    <escape code>    <guard time> 
  73.  
  74. eliminates the problems inherent in a data-dependent escape sequence because 
  75. of its use of time and because it does not depend on the probability of 
  76. character occurrence in a stream of data.  It is virtually impossible for the 
  77. Hayes escape sequence with guard time to appear in a file transfer and cause an 
  78. unintentional escape using the common file transfer protocols.  Computers just 
  79. don't work that way.  The problem of inadvertent escapes was solved.
  80.  
  81. Dale Heatherington's invention led to the issuance of United States Patent
  82. Number 4,549,302, the Improved Escape Sequence With Guard Time, often called 
  83. the Hayes '302 Patent, and corresponding patents in a number of countries.  The
  84. Hayes '302 Patent ensures that modems escape or change to the Command Mode of
  85. operation reliably and without the possibility that data alone could ever 
  86. trigger the escape.  In over eleven years of use of the Hayes '302, Hayes has
  87. never received a complaint about an unintentional escape.  In addition, this 
  88. method was copied by almost everyone in the industry making it one of the most 
  89. widely adopted defacto standards.
  90.  
  91. With the Improved Escape Sequence With Guard Time you have reliable modem 
  92. control.  With reliable modem control, you don't have to know how to:
  93.  
  94. o      Understand and know how to modify file and document data
  95.        formats.
  96.  
  97. o      Understand the details of how your communications software
  98.        controls your modem.
  99.  
  100. o      Learn AT commands, syntax and escape sequence parameters.
  101.  
  102. o      Bypass your communications software and directly communicate
  103.         with your modem.
  104.  
  105. o      Deal with serial cable pin outs and control signals.
  106.  
  107.  
  108. The New/Old Problem
  109.  
  110. In September of 1991, another modem manufacturer requested that Hayes examine 
  111. and test a particular modem to determine if the escape mechanism incorporated 
  112. by the modem was covered by the Hayes '302 Patent.  During the testing process,
  113. Hayes discovered that the modem incorporates a "new" escape sequence that is
  114. based purely upon a series of characters which appear in the data stream.
  115.  
  116. This "new" escape mechanism is called Time Independent Escape Sequence or
  117. TIES.  The name appears to derive from the way in which the escape sequence 
  118. works because it does not make use of time as the Hayes '302 does.  TIES
  119. depends entirely upon the appearance of the escape sequence in the stream of 
  120. data being received by the modem.  The TIES escape mechanism is very similar to 
  121. the escape mechanism in use at the time of the invention of the Hayes '302
  122. because an escape can be triggered by the data being sent as part of a file 
  123. transfer.  Historically, that old escape sequence was unreliable, and it is 
  124. very likely that TIES will fall to a similar fate.  TIES cannot be considered 
  125. by anyone who understands it to be progress in the ongoing development of modem 
  126. design.
  127.  
  128.   
  129. TIES - What Is It?
  130.  
  131. The simplest escape sequence for TIES is "+++AT<CR>" where "+++" stands for
  132. any escape character and "<CR>" represents carriage return or the character set
  133. in the modem registers by the AT command set which designates the end of the 
  134. command. Whenever that series of characters appears in the data stream, the 
  135. modem "escapes" or changes from Receive/Transmit Mode to Command Mode of
  136. operation.  In effect, what happens at that point in the transmission is that 
  137. the flow of data stops!  The flow of data has halted simply because the 
  138. characters which make up the escape sequence have appeared in the data being 
  139. transmitted.
  140.  
  141. The appearance of these characters does not necessarily mean that you can pick 
  142. up a file and read until you find the escape characters.  The escape characters 
  143. may appear as a mixture of file data and file transfer protocols which would 
  144. not appear in printed text.   In either event, the receipt of those characters 
  145. by the modem will cause it to escape.
  146.  
  147. Since software compatibility was an important criteria, the TIES escape 
  148. sequence was selected to use the same sequence of characters that a computer 
  149. sends to a Hayes modem to cause it to first escape and then execute a command.  
  150. However, the TIES escape mechanism does not use guard times.  The TIES modem 
  151. appears to work with most existing software, but by disregarding the guard 
  152. times the data transparency of the TIES modem is fatally flawed.  In essence, 
  153. the TIES escape sequence was designed to fool computers into thinking that they 
  154. were communicating with a Hayes modem or a modem incorporating the Hayes '302
  155. Patent, but TIES modems cannot fool the data being sent to prevent the TIES 
  156. block from stopping the data transmission.
  157.   
  158.  
  159. TIES - What does this mean to you?
  160.  
  161. Depending on where the escape characters appear in the data, the receipt of 
  162. those characters by the modem could create unintentional escapes, prematurely 
  163. halting the flow of data.  For instance, if the file being transferred has been 
  164. completely transferred and the TIES escape characters appear at the end of the 
  165. data, there is no problem.  The receipt by the modem of the escape sequence at 
  166. that time would not interrupt the flow of data as all the data in that file has 
  167. already been transmitted.  However, if the TIES escape characters appear at any 
  168. place during the transfer of a file other than at the end of the data, when 
  169. those characters are received by the modem, the modem will escape, blocking the 
  170. transmission of the file at the TIES block.  At that time, the modem may need
  171. to be reset, and the transmission of that file must begin again.  
  172.  
  173. Every time the file reaches the point where the TIES escape characters occur, 
  174. the modem will experience a TIES block and escape.  As long as those characters 
  175. appear in the data, at any point other than at the end of the data, the file 
  176. can never be successfully transmitted through a TIES modem.  No matter how many 
  177. times you try to transmit the file containing those escape characters in the 
  178. data stream, there is a 100% probability of a false escape.
  179.  
  180. When the TIES block occurs, the typical modem user operating that modem
  181. will not be able to determine why the transmission of the data has
  182. stopped.  Each and every time that the user attempts to send the file
  183. containing the escape sequence characters, the transmission of data will
  184. halt, and the user will be unable to determine the problem.  In some
  185. instances, depending on the data following the inadvertent escape, the
  186. modem may actually have to be turned off and back on again before the
  187. modem will be able to operate.
  188.  
  189. Further, a modem incorporating TIES cannot be repaired because it is not 
  190. broken.  There is an inherent limitation engineered into the product, i.e. the 
  191. absolute inability to transmit the sequence of data that TIES defines as its 
  192. escape sequence.  The only practical solution to this problem of unreliability 
  193. is to replace the TIES modem with one that does not incorporate the TIES escape 
  194. sequence, unless of course you are willing to stand by the modem and reprogram 
  195. the escape character and retransmit the data every time the TIES block occurs.  
  196.  
  197. Since many modems are used in unattended operation, this is completely 
  198. unacceptable.  And why would anyone who knows about this want to take the risk?
  199.   
  200.  
  201. TIES - Why You Haven't Heard About it?
  202.  
  203. In December of 1991, Hayes Customer Service received a telephone call from a 
  204. user of a modem manufactured by another modem company.  This individual was 
  205. using Hayes Smartcom software and was having a transmission-related problem.  
  206. While attempting to assist this individual in solving this problem, Hayes 
  207. learned that the modem was using the TIES escape sequence.
  208.  
  209. This was the first time that Hayes had actual knowledge that the TIES escape 
  210. sequence was being introduced into the marketplace.  Manufacturers who are 
  211. incorporating this technology have not been publicizing their use of TIES.  
  212. There have been few articles written about this new escape sequence, and the 
  213. majority of those articles are the result of Hayes expressions of concern over 
  214. the reliability of TIES.  Hayes was surprised to learn of the commercial 
  215. implementation of this escape sequence because of those reliability questions.  
  216. In fact, TIES appears to be the reincarnation of the problem that was solved by 
  217. the invention of the Hayes '302 patented technology in 1981.
  218.  
  219. Why are modem manufacturers not publicizing their use of this new technology?  
  220. If there are no inherent reliability problems, why does it seem that modem 
  221. manufacturers using this technology are hiding it and not touting its benefits 
  222. from the rooftops?  Why is it that modem manufacturers who use TIES want to 
  223. keep consumers in the dark about their adoption of this new escape sequence?  
  224. The answers to all these questions are rooted in financial concerns.  Hayes, on 
  225. the other hand, knows that consumers want to be completely and accurately 
  226. informed about the reliability of the communications products they purchase.  
  227. Modem manufacturers who use TIES should know that informed consumers will not 
  228. knowingly want to buy products with TIES.
  229.   
  230.  
  231. The Philosophy of Reliable Modem Design
  232.  
  233. Data alone should never cause a modem to escape.  Users rely on the 
  234. manufacturers of computer equipment and modems to build the equipment in such a 
  235. way that users can count on its operation to conduct business and increase 
  236. personal productivity.  When the data being sent by a computer user can cause 
  237. an interruption of use, the user does not get the performance expected.  For a 
  238. manufacturer to intentionally include a mechanism in a modem where data 
  239. transmission alone can cause the escape is a great disservice to the computer 
  240. industry, the public using the products, and eventually the manufacturer.  The 
  241. manufacturer should be concerned that dissatisfied customers who learn about 
  242. this defect will at least have some serious questions about buying such a 
  243. product.
  244.  
  245. Once customers understand the issue they will no more want a modem that 
  246. escapes when data is being sent than they would want a computer which 
  247. miscalculates when processing a particular program sequence.  The defect is 
  248. simply unacceptable if there is a readily available, well-understood way to 
  249. avoid the problem.  Manufacturers who care about their responsibility to their 
  250. customers will avoid products which contain deliberate defects since their 
  251. products may create legal liability for that manufacturer.
  252.   
  253.  
  254. Development of the TIES Test
  255.  
  256. Anticipating that there would be other telephone calls to Hayes Technical 
  257. Support about the first known TIES modem and realizing that there may be other 
  258. modems which incorporate this new escape sequence, Dr. John Copeland of Hayes 
  259. was asked to formulate a test for use by Hayes Technical Support to determine 
  260. if a modem being used by a caller was a modem incorporating the TIES escape 
  261. mechanism.
  262.  
  263. The test was easy to develop because TIES will cause a file to abort whenever 
  264. a certain sequence of characters is present, and this sequence of characters is 
  265. contained in the data stream.  In fact, the characters themselves are nothing 
  266. more than data.  The test data file developed by Dr. Copeland includes all 
  267. possible sequences of the form "xxxATy" (the TIES escape sequence).  The
  268. character "x" can be any one of 128 different data characters.  The character
  269. "y" similarly can be any one of 128 different data characters.  This results in
  270. 16,384 possible sequences which are each repeated twice in the test file.
  271.  
  272. The TIES test data file was developed only to determine whether a modem would 
  273. escape on a TIES data sequence.  Contrary to the statements of some members of 
  274. the press, the file is not a software package.  The test file is simply an 
  275. ASCII data file to assist users in determining if their modem implements TIES.
  276.  
  277. Some people have charged that the test data file is rigged.  This is not a 
  278. rigged test.  It is necessary that the test contain all possible combinations 
  279. of characters in order to be effective because some software packages you use 
  280. may set the escape code to be of different values.
  281.   
  282.  
  283. Not "Hayes Compatible"
  284.  
  285. Since the introduction and overwhelming success of the first Hayes Smartmodem, 
  286. other modem manufacturers have touted their products as "Hayes compatible" and
  287. have assured purchasers that the modems they buy are "Hayes
  288. compatible."  Consumers have come to rely on "Hayes compatibility" as a
  289. standard consideration in their purchases of communications equipment.  
  290. Consumers who buy a TIES modem might assume that the modem is "Hayes
  291. compatible" because it uses AT commands, only to learn later that the modem
  292. might have been designed with a serious defect.  TIES modems are not "Hayes
  293. compatible."
  294.   
  295.  
  296. Why Is This Issue So Important?
  297.  
  298. Hayes believes that the introduction of TIES into the installed base of modems 
  299. will seriously compromise the integrity of the industry.  The degree of damage 
  300. to the industry and to the confidence in the installed base of modems depends 
  301. on the frequency that this problem will occur if the use of modems with TIES 
  302. becomes widespread.
  303.  
  304. There is no way of accurately predicting the probability of inadvertent 
  305. escapes occurring in a TIES modem.  One manufacturer of a chip set 
  306. incorporating the TIES technology has admitted that when using a 9600 bps modem 
  307. in continuous operation, there is a probability of an inadvertent escape every 
  308. seven years while transmitting random data.  The problem with these 
  309. calculations is that data in the real world is never random.  We know from 
  310. research in data compression that data is not random.  The fact the data is 
  311. compressible demonstrates that it is not random.  As a result the statistical 
  312. probability is even greater that the ASCII characters used in the TIES escape 
  313. sequence would occur in data.  Further, once a byte sequence has special 
  314. meaning, it appears much more frequently than would a truly random sequence of 
  315. the same length.  For example, Dr. Copeland scanned the hard disk in his office 
  316. and found three files that would escape a TIES modem: a communications program 
  317. EXE file, an Internet message discussing modems, and a log file from a 
  318. telephone-line security program.  Based on these results, the mean time to 
  319. blockage at 9600 bps for a TIES modem would only be 14 hours for Dr.
  320. Copeland's data.
  321.  
  322. The probability of an inadvertent escape may either increase or decrease 
  323. depending on the data being transmitted.  Probability figures are easily 
  324. manipulated to reflect the outcome desired by the entity doing the 
  325. calculations.  For this reason, Hayes has not calculated the probability of 
  326. inadvertent escape by a TIES modem, and we believe the calculations made by the 
  327. modem chip manufacturers selling TIES in their chip sets represent the absolute 
  328. minimum under the best conditions.
  329.  
  330. For those who require an answer to the question of "how often," they can turn
  331. to the figures provided by the chip manufacturer itself, in the attempt to 
  332. minimize the importance of this problem.  Placing that calculation in terms of 
  333. the Rreal world,S in a company using 700 TIES modems communicating at 9600 bps, 
  334. there would be an inadvertent escape twice a week.  Twice a week a data file 
  335. important to the business would not be sent because it could not get through 
  336. the TIES modem.  Hayes maintains that any inadvertent escape is unacceptable.  
  337. Two inadvertent escapes each week is outrageous!  And if the data is being sent 
  338. at 38.4 kbps, as many new modems are now capable of doing, this TIES block will 
  339. occur more than once per day, only you cannot predict which of the systems will 
  340. be hit.
  341.  
  342. The following chart represents the minimum frequency of TIES blocks that you 
  343. should expect with a TIES modem depending on the number of modems and the speed 
  344. at which they are operating.
  345.  
  346. TIES Impact on Business - From Personal Frustration to Corporate Chaos
  347. Fortunately, TIES blocks have yet to show up in great volume.  However, as 
  348. more and more TIES modems are sold, it is predictable that TIES blocks will 
  349. start to occurr with ever-increasing frequency in businesses where numbers of 
  350. modems exist.
  351.   
  352. Personal Frustration.  Take for example, your remote sales staff.  What is the 
  353. traveling salesperson going to do when he or she tries to log an order into the 
  354. system at 9:00 at night and suffers a TIES block?  Is that person going to 
  355. attempt to adjust the RS232 serial cable pin outs or reconfigure the modem 
  356. control from a hotel room?  No, that is unreasonable to expect.  Or say, for 
  357. instance, sales support is attempting to send the monthly sales forecast 
  358. spreadsheet to the regional offices.  Only this time the transmission keeps 
  359. crashing because one of the fields happens to include a number that when 
  360. translated for transmission happens to be the TIES escape sequence.   No matter 
  361. how many times the transmission is attempted, it will never go through. 
  362.   
  363. Paralysis.  TIES could also have a dramatic impact on entire computer systems 
  364. that had incorporated software which is incompatible with the TIES escape 
  365. sequence.  Imagine the scenario where over the weekend your company upgrades 
  366. its software using a program that includes some data that is incompatible with 
  367. TIES.  On Monday morning, when employees try to send material to remote offices 
  368. of the corporation, the transmissions all fail. Your entire company will suffer 
  369. a TIES block.  Think of the time and money required to correct such a problem, 
  370. not to mention the lost productivity while the problem is being found and fixed.
  371.   
  372. Sabotage.  The introduction of TIES into the installed base of modems has 
  373. far-reaching consequences beyond TIES blocks.  TIES is a threat to the security 
  374. of your business.  Its implementation  makes it easier for an individual to 
  375. sabotage the work of a company.  If a company is using TIES modems to transmit 
  376. data in its day-to-day operations, it would be very easy for a disgruntled 
  377. employee to insert the TIES escape mechanism into the company's data.  The
  378. employee could even change the software used by the company to insert this 
  379. sequence of characters in every file being created at the company.  Even more 
  380. problematic is the ability of an employee to sabotage the employer's business
  381. by the insertion in spreadsheets of a few numbers which will cause the TIES 
  382. modem to fail.  The TIES escape sequence can appear in a transmission of either 
  383. binary numbers or ASCII characters.  There are many number combinations in data 
  384. that will cause an inadvertent escape in a TIES modem.
  385.   
  386. Chaos.  TIES creates a window of opportunity for a new type of computer virus. 
  387. In the last year, we have seen the business world shaken by the existence of a
  388. number of computer viruses that attack data directly in the computer.  TIES 
  389. offers illegal hackers the ability to attack the integrity of data by inserting 
  390. a character string in unused parts of the data file to prevent its future 
  391. transmission.  Because TIES relies entirely on the existence of its escape 
  392. characters in the data stream, it would be possible for a hacker to introduce a 
  393. virus that would carry those escape characters into files without changing the 
  394. program data itself.  The file would be incapable of transmission because the 
  395. TIES modem would inadvertently escape when it reached those characters every 
  396. time it was transmitted.
  397.   
  398. With this perspective in mind it is clear that TIES is a step backward that 
  399. also could potentially create chaos in computer communications if it is 
  400. deployed to any great extent.  On many levels, TIES could actually affect 
  401. productivity throughout the business community.  There is an installed base of 
  402. modems estimated at over 25 million.  Assuming that these modems were TIES 
  403. modems and using the probability calculations provided by the TIES chip 
  404. manufacturer, there would be almost 3 million inadvertent escapes a year.  Even 
  405. assuming typical modem usage and a mixture of modem speeds,  there would be 
  406. more TIES blocks in one year than the number of people killed on U.S. highways. 
  407.  
  408. As modems with this inferior technology are introduced into the marketplace,
  409. their effect on productivity has the potential to be far-reaching.  Keep in 
  410. mind these calculations of probability are based upon what we believe to be the 
  411. theoretical absolute minimum. Hayes fully believes that calculations using 
  412. random data grossly underestimate the problem presented by the introduction of 
  413. TIES modems into the installed base of computing equipment used around the 
  414. world.
  415.   
  416.  
  417. Arguments for Acceptable Levels of Failure
  418.  
  419. Because manufacturers have thus far refused to tell the public that they are 
  420. using this new technology, it is very difficult to identify who is using TIES.  
  421. However, the manufacturers of the chip sets necessary to implement TIES and the 
  422. modem manufacturers who admit that they use this new escape sequence concede 
  423. that it is not as reliable as the technology offered by the Hayes '302.
  424.  
  425. There are repeated instances of these companies making statements to this 
  426. effect.  The question remains; what level of reliability is acceptable?  Hayes
  427. believes that the industry should not accept any reduced level of performance 
  428. if there is readily-available technology that offers proven reliability. 
  429.   
  430.  
  431. Why is Hayes Interested In Educating the Public About Escape Sequence 
  432. Reliabity?
  433.  
  434. Hayes developed an education campaign targeted to corporate and business 
  435. America because we know this is where the greatest damage is likely to occur if 
  436. TIES control modems become widely installed.  Without action the problem 
  437. eliminated by Dale Heatherington in 1981 will be in the future of the modem 
  438. industry.  Data alone should not cause a transmission to abort!  Modem 
  439. manufacturers who have made the decision to begin implementing TIES have not 
  440. informed the consuming public about TIES, their decision to use this escape 
  441. mechanism, nor the inherent problems associated with the use of data alone as 
  442. an escape signal.  We believe that many of the manufacturers who are using 
  443. TIES do not even understand the true nature of the problem and some just don't
  444. care and want the public to believe it doesn't matter.
  445.  
  446. Since business, government, and industries increasingly rely on information 
  447. technology infrastructure to conduct their business with applications like 
  448. electronic mail, electronic data interchange for orders and invoicing, 
  449. telecommuting to reduce traffic and fossil fuel consumption, and the rapid 
  450. growth of information services for education and entertainment, it is becoming 
  451. a regular part of our everyday lives.  When major events occur that affect the 
  452. infrastructure like the telephone system crashing in the Northeast U.S., the 
  453. major scare over computer viruses, or similar threats to the use, availability 
  454. or reliability of this strategic and tactically critical resource, the public 
  455. confidence severely diminishes.  
  456.  
  457. Since its founding in 1978, Hayes has sought to educate consumers about many 
  458. topics related to modems and their usage.  TIES is just one more of these 
  459. issues.  Hayes has learned through the years that consumers want to know about 
  460. these issues and appreciate any information provided that will enable them to 
  461. make informed choices in their purchase of communications products.  If someone 
  462. wants to buy a modem with TIES, they should be in a position to be an informed 
  463. consumer and should be prepared to deal with the consequences when the TIES 
  464. block happens to them.
  465.  
  466.  
  467.